home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / COMSRVR.PAK / USECOM.RH < prev   
Encoding:
Text File  |  1997-05-06  |  639 b   |  26 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents - (c) Copyright 1994 by Borland International
  3. //
  4. // $Revision:   2.0  $
  5. //----------------------------------------------------------------------------
  6. #if !defined(USECOM_RH)
  7. #define USECOM_RH
  8.  
  9. // Main menu resource id
  10. //
  11. #define ID_MAINMENU             0x1000
  12.  
  13. // File menu
  14. //
  15. #define CM_FILEEXIT             0x100
  16.  
  17. // Custom Com menu
  18. //
  19. #define CM_GETSHAPE             0x200
  20. #define CM_GETCALENDAR          0x201
  21.  
  22. #define CM_RELEASEINTERFACES    0x202
  23. #define CM_FREEUNUSEDLIBRARIES  0x203
  24.  
  25. #endif  //  USECOM_RH
  26.